module Base
{
    craftRecipe CopyVehicleKey
    {
        time = 230,
        OnCreate = RecipeCodeOnCreate.copyVehicleKey,
        Tags = AnySurfaceCraft;CannotBeResearched,
        timedAction = Making,
        NeedToBeLearn = true,
        inputs
        {
            item 1 tags[base:carkey] mode:keep,
            item 1 tags[base:smallfiles] mode:keep flags[Prop1;MayDegradeLight],
            item 1 [Base.Key_Blank] flags[Prop2],
        }
        outputs
        {
        }
    }
}